func runtime.acquirep

11 uses

	runtime (current package)
		proc.go#L1604: 		acquirep(gp.m.nextp.ptr())
		proc.go#L1899: 		acquirep(pp) // temporarily borrow p for mallocs in this function
		proc.go#L2537: 	acquirep(gp.m.nextp.ptr())
		proc.go#L2787: 	acquirep(gp.m.nextp.ptr())
		proc.go#L3139: 			acquirep(pp)
		proc.go#L3147: 			acquirep(pp)
		proc.go#L3208: 			acquirep(pp)
		proc.go#L4311: 		acquirep(pp)
		proc.go#L4347: 		acquirep(pp)
		proc.go#L5270: 		acquirep(pp)
		proc.go#L5326: func acquirep(pp *p) {